go/types.typeWriter.typeList (method)

4 uses

	go/types (current package)
		context.go#L82: 		h.typeList(targs)
		typestring.go#L303: 			w.typeList(t.inst.targs.list())
		typestring.go#L343: 			w.typeList(list)
		typestring.go#L396: func (w *typeWriter) typeList(list []Type) {